home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / moda_1230.swf / scripts / DefineSprite_623 / frame_1 / PlaceObject2_622_93 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2009-04-23  |  324b  |  15 lines

  1. onClipEvent(load){
  2.    this.process = function(rx, gx, bx)
  3.    {
  4.       r = gx + 120;
  5.       g = bx + 120;
  6.       b = rx + 120;
  7.       if(!this.col)
  8.       {
  9.          this.col = new Color(this);
  10.       }
  11.       this.trans = {ra:100,rb:r,ga:100,gb:g,ba:100,bb:b,aa:100,ab:0};
  12.       this.col.setTransform(trans);
  13.    };
  14. }
  15.